home *** CD-ROM | disk | FTP | other *** search
- . This Script can be customized easily for CITADEL Auto Logons
- .
- . Use it to call Pieman's Wares at (612) 445-2316
- .
- . Replace PASSWORD with you normal password.
-
- Note Logging onto a CITADEL
-
- .BEEP.SCR must be in your script directory!
- $1 $2
- SCRIPT BEEP.SCR 'CITADEL.SCR'
- BEEPRET:
-
- .Send a return, wait one second, then send another return, etc.
- TRYAGAIN:
- SEND "{"
- TIMEOUT 1 TRYAGAIN
-
- WAITFOR "The Fair> "
- SEND "~L"
-
- .Now that they are on the horn, adjust the timeout to 30 seconds.
- TIMEOUT 30
-
- WAITFOR ": "
- SEND "~PASSWORD{"
-
- BEEP 400
-
- . END.SCR must be in your script directory.
- SCRIPT END.SCR